home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-10-13 | 237 b | 19 lines |
- # SMakefile for Demo
- #
- # $Id: smakefile,v 1.1 1999/08/03 17:28:35 kingguppy Exp $
- #
-
- OBJS= mybrush.o Demo.o
-
- Demo: $(OBJS)
- sc link to Demo with <<
- $(OBJS)
- <
-
- mybrush.o: mybrush.c mybrush.h
-
- Demo.o: Demo.c /SpeedBar_mcc.h mybrush.h
-
-
-
-